C1KeyNotFoundException Constructor(String,String[])
In This Topic
Inits a new instance of
C1KeyNotFoundException
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal ParamArray () As String _
)
public C1KeyNotFoundException(
string ,
params string[]
)
Parameters
- msg
- paras
See Also